home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / dnsconf / Makefile < prev    next >
Makefile  |  1996-06-29  |  426b  |  23 lines

  1. CURDIR=dnsconf
  2. all: lib
  3. OBJS =  dns.o dnscheck.o dnsconf.o dnsping.o dnsmxs.o dnsrecs.o \
  4.     fqhost.o helpf.o internal.o ipmap.o misc.o origin.o\
  5.     primary.o primquery.o secondary.o record.o record_edit.o \
  6.     resolv.o soa.o tbfile.o timestr.o _dict.o
  7.  
  8. include ../rules.mak
  9.  
  10. proto:
  11.     proto -m0+ \
  12.         -bdnsconf.h+dnsconf.pm \
  13.         -binternal.h+dnsconf.pm \
  14.         *.c
  15.  
  16. # Test program
  17.  
  18.  
  19.  
  20. record: record.obt lib
  21.     gcc -g $(LDF) -o x $< $(LIBS)
  22.  
  23.